Collaboration diagram for XFcPrimitiveDrawIndexedPrimitiveSet:

Public Member Functions | |
| XFCIMPORT | ~XFcPrimitiveDrawIndexedPrimitiveSet () |
| Destructor. | |
| XFCIMPORT INT32 | getPrimitiveCount () |
| Returns the amount of primitives. | |
| XFCIMPORT void | addPrimitive (XFcPrimitiveDrawIndexedPrimitive *aPrimitive) |
| Adds a primitive. | |
| XFCIMPORT XFcPrimitiveDrawIndexedPrimitive * | getPrimitive (INT32 aPrimitiveIndex) |
| Returns a pointer to a primitive at aPrimitiveIndex. | |
| XFCIMPORT void | clear () |
| Clears the primitive index set. | |
Static Public Member Functions | |
| XFCIMPORT XFcPrimitiveDrawIndexedPrimitiveSet * | create (INT32 aMaxPrimitiveCount) |
| Creates an indexed set with aMaxPrimitiveCount maximum amount of primitives. | |
Protected Member Functions | |
| XFCIMPORT | XFcPrimitiveDrawIndexedPrimitiveSet () |
| Protected constructor. | |
Protected Attributes | |
| XFcPrimitiveDrawIndexedPrimitive ** | mPrimitives |
| Array of primitive pointers. | |
| INT32 | mPrimitiveCount |
| Count of primitives. | |
| INT32 | mMaxPrimitives |
| Maximum amount of primitives. | |
|
|
Destructor.
|
|
|
Protected constructor.
|
|
|
Adds a primitive.
|
|
|
Clears the primitive index set.
|
|
|
Creates an indexed set with aMaxPrimitiveCount maximum amount of primitives.
|
|
|
Returns a pointer to a primitive at aPrimitiveIndex.
|
|
|
Returns the amount of primitives.
|
|
|
Maximum amount of primitives.
|
|
|
Count of primitives.
|
|
|
Array of primitive pointers.
|
![]() |
Confidential Copyright © 2002-2003 Fathammer | with doxygen by Dimitri van Heesch | ||